home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 27 / 027.d81 / t.disk master < prev    next >
Encoding:
Text File  |  1986-01-01  |  2.2 KB  |  143 lines

  1.  
  2.  
  3.             DISK MASTER
  4.                 by
  5.           Robert W. Baker
  6.  
  7.  
  8. COMMODORE POWER/PLAY MAGAZINE
  9. August/September, 1986
  10.  
  11.  
  12.   DISK MASTER creates a "master
  13.  
  14. directory disk" that can store disk
  15.  
  16. directories from well over a hundred
  17.  
  18. separate disks.  Like most database-
  19.  
  20. type programs, it has functions that
  21.  
  22. allow you to add, delete, and display
  23.  
  24. its records.  DISK MASTER also has
  25.  
  26. functions that sort the disk
  27.  
  28. directories according to alphabetical
  29.  
  30. order of disk IDs or by the number of
  31.  
  32. free space the disk has.  Still
  33.  
  34. another function finds all copies of a
  35.  
  36. particular file and then lists the
  37.  
  38. disks they can be found on.
  39.  
  40.  
  41. USING THE DISK MASTER
  42. ---------------------
  43.  
  44.   First, you must customize the
  45.  
  46. program for your particular drive
  47.  
  48. configuration.  To do so, you must
  49.  
  50. edit lines 220-260 in the program.
  51.  
  52. Refer to the Commodore POWER/PLAY
  53.  
  54. article cited above for more
  55.  
  56. information about customization.
  57.  
  58.  
  59.   The second step is to format a
  60.  
  61. blank disk to serve as the "master",
  62.  
  63. then copy DISK MASTER as the first
  64.  
  65. file on the disk.  (If you are using a
  66.  
  67. single disk drive, make sure the
  68.  
  69. program is named exactly as shown.)
  70.  
  71.  
  72.   Once the program is saved on the
  73.  
  74. disk, load and run it.  NOTE: always
  75.  
  76. exit the program using menu function--
  77.  
  78. pressing RUN/STOP might corrupt the
  79.  
  80. data files on the disk.
  81.  
  82.  
  83. FUNCTIONS
  84. ---------
  85.  
  86. UPDATE MASTER DIRECTORY-- reads
  87.  
  88. catalogs off of inserted disks and
  89.  
  90. puts them on master disk.  Prompts
  91.  
  92. tell you if you are in danger of
  93.  
  94. writing over existing files.
  95.  
  96.  
  97. DELETE DISK ENTRY-- deletes record
  98.  
  99. from master.  You choose directories
  100.  
  101. to be deleted by either filenames or
  102.  
  103. disk IDs.  You may use the asterisk in
  104.  
  105. the filename to indicate character
  106.  
  107. matching on the characters entered.
  108.  
  109.  
  110. DISPLAY SELECTED DIRECTORY-- displays
  111.  
  112. disk directory of a specified disk.
  113.  
  114.  
  115. LIST DISK ID'S AND NAMES-- lists
  116.  
  117. cataloged disks.  List 1 produces a
  118.  
  119. list of all directories on master;
  120.  
  121. Lists 2 and 3 produce alphabetical
  122.  
  123. listings; Lists 4 and 5 list disk
  124.  
  125. directories according to amount of
  126.  
  127. blocks free.
  128.  
  129.  
  130. FIND SPECIFIED FILE-- finds all
  131.  
  132. instances of particular file and lists
  133.  
  134. the disks that they can be found on.
  135.  
  136.                 ***
  137.  
  138. DISK FILES USED:
  139.  
  140. DISK MASTER
  141.  
  142. -----------< end of text >------------
  143.